Skip to content

Conversation

srini-abhiram
Copy link

Summary

  • In the Kubernetes deployment guide for Cloudflare Tunnel, this change simplifies how the tunnel token is stored in a secret.
  • The guide is updated to use the stringData field instead of the data field in the Kubernetes Secret manifest.
  • This allows users to provide the tunnel token as a plain string without needing to manually base64 encode it, making the process easier and less prone to errors.

Fixes #25735

Documentation checklist

-In the Kubernetes deployment guide for Cloudflare Tunnel, this change simplifies how the tunnel token is stored in a secret.
-The guide is updated to use the `stringData` field instead of the `data` field in the Kubernetes Secret manifest.
-This allows users to provide the tunnel token as a plain string without needing to manually base64 encode it, making the process easier and less prone to errors.
@srini-abhiram
Copy link
Author

I'm a first time contributor, if there are any mistakes please correct me. I'm open to advice, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using stringData will simplify secret creation

3 participants